isOpaque

open fun isOpaque(view: View): Boolean(source)

Deprecated

Use isOpaque directly. This method will be removed in a future release.

Indicates whether this View is opaque. An opaque View guarantees that it will draw all the pixels overlapping its bounds using a fully opaque color.

Return

True if this View is guaranteed to be fully opaque, false otherwise.

Parameters

view

view for which to check the state.